@charset "utf-8";
/* CSS Document */

div#stage
{
  height: 270px;
  background-color: #fff;
  overflow: hidden;
  position: relative;
  z-index:0;
}

div#stage div.images
{
  position: relative;
  left: 0;
}

div#stage div.images img
{
  display: block;
  float: left;
}
